home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / getenv < prev    next >
Text File  |  1994-08-25  |  439b  |  19 lines

  1. getenv:
  2.  
  3. Synopsis:    Return value for environment name.
  4.  
  5. Syntax:        getenv ( NAME )
  6.  
  7. Description:
  8.  
  9.     Getenv searches the current environment for a variable with
  10.     name NAME. The value of the environment variable is returned
  11.     as a string.
  12.  
  13.     Exactly how getenv behaves is depends upon the underlying
  14.     operating system implementation. On UNIX system getenv will
  15.     return a NULL string if the environment variable does not
  16.     exist. 
  17.  
  18. See Also: putenv
  19.